2015-10-07(胡工).sql 354 B

12345
  1.  if not exists
  2. (select * from syscolumns where id=object_id('tb_ErpPayment') and name='Pay_McNumber')
  3. begin
  4. alter table tb_ErpPayment add Pay_McNumber nvarchar(50)
  5. end